(set #welcome "\nWelcome to New Homer installation program.\n\nNew Homer is a (bit better) replacement for old Homer 1.6 found on Aminet.\n@2001 Emiliano Esposito\nNB be sure to read the install part of documentation before installing.")
(message #welcome)
(welcome)
;
; ===== English
;
(set #kickstart "\nERROR : BAD VERSION OF KICKSTART\n\nHomer requires KickStart %s (V%ld) or higher. It will not work on earlier versions.\nYou currently are running KickStart V%ld.\n\n%s")
(set #goodbye "\nHave fun with Homer!\nIf you want, send any bug-reports, comments, or suggestions to:\nEmiliano Esposito - eesposito@usa.net\n")
(set #continue "Continue with installation?")
(set #aborted "Installation aborted!")
(set #askfile "Please choose the NewHomerDATA.lha file\n")
(set #askfile-help "You need some data files (samples+appropriate config) in order to use Homer. If you didn't have old Homer 1.x installed (and this seems to be the case), you need an extra file called "NewHomerDATA.lha". If you downloaded it, please choose it to continue.\n")
(set #yes "Yes")
(set #no "No")
(set #which-disk "Choose the directory where your Homer 1.x was installed,\nor where you want to create a new Homer directory.\n\n(ie if your old Homer was installed in Work:Homer, you must choose Work:, NOT Work:homer)")
(set #which-disk-help "If you are reading this, you probably didn't read the guide file... or you are new to Amiga and the latter sounds too strange nowadays! ;))\n\n")
(set #doc-which-disk "Select directory to install documentation to")
;*** starting actions
(set #acpr "Please choose what sort of installation do you want to perform for Homer")
(set #ch1 "Install over old Homer1.5/1.6 and keep old files")
(set #ch2 "Install over old Homer1.5/1.6 and replace old files")
(set #ch3 "New installation")
;*** Messages
(set #msg_tooltypes "Setting tool types for current setup...")
(set #exec-msg "About to execute the following command:\n")
;*** Errors
(set #err_CantMakeDirectory "An error has occured creating the Homer directory. Please check that the path you specified for installation to is valid!")
(set #err_CantFindDirectory "The path you specified to install to was not located. Please check that the path you specified for installation to is valid!")